Move key event rewriting
authorMatthias Clasen <mclasen@redhat.com>
Wed, 15 Apr 2020 18:56:32 +0000 (14:56 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 15 Apr 2020 18:56:32 +0000 (14:56 -0400)
commit8e9406a082574f5a3c74e18c1d4a7f59cfab00aa
tree10294aa81883dcd567230890157c9bb3a9455ee3
parent031b248c2093e1b99435080e6c5da2c33a67f510
Move key event rewriting

Stop rewriting key and focus events on the GDK side.
Instead deliver them as they are, and propagate them
from the root on the gtk side, in gtkmain.c. And
stop complaining about focus events on popups - we
can just ignore them if we have no use for them.
gdk/gdksurface.c
gtk/gtkmain.c